未来の自分に作業配信 実装
ParallelTalk MVP v1と似たことをやるので、お互い参考になりそう
100ms
https://gyazo.com/3933181da2a18d51289dad7a1244caef
厳しいな〜
Youtube Live Streaming API
https://developers.google.com/youtube/v3/live/getting-started?hl=ja
https://medium.com/@toshvelaga/how-to-livestream-to-youtube-using-the-youtube-live-streaming-api-aae0c069e386
Browser ---Websocket--> Server ---RMTP--> YouTube ってノリだな
@api.video/browser-to-rtmp-client - npm
これも同じ仕組み
Unfortunately, the browser cannot communicate directly with an RTMP server (due to network restrictions inherent in web browsers).
そうなのね〜
https://github.com/antimatter15/whammy
https://iandevlin.com/blog/2015/02/javascript/dynamically-adding-text-tracks-to-html5-video/